Extract single elements
|
1. | You can save extracted data directly to a file by adding "SAVEAS TYPE=EXTRACT" manually to the macro. All items that were extracted before the SAVEAS command are saved to a file in one row like "item1 , item2 , item 3, ...". With the next start of the macro or the next round of a LOOP, a new line is added to the file. The default file name is "extract.csv". The file name can be changed with "SET !FILEEXTRACT newname.txt".
|
2. | If you do not use a "SAVEAS TYPE=EXTRACT" command in the macro, IIM returns the data to your code via the Scripting Interface.
|